Foxit PDF RDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
Initialize (encrypt_data, encrypt_key) | |
Initialize current certificate security handler. More... | |
![]() | |
constructor () | |
Constructor. | |
GetSecurityType () | |
Get the encryption type of current security handler. More... | |
IsEmpty () | |
Check whether current object is empty or not. More... | |
Additional Inherited Members | |
![]() | |
static | e_CipherAES |
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256, only supported in PDF 2.0). | |
static | e_CipherNone |
Enumeration for Encryption Algorithm. More... | |
static | e_CipherRC4 |
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes. | |
This class represents a certificate security handler, used for certificate encryption.
FoxitRDKNative.CertificateSecurityHandler.Initialize | ( | encrypt_data | , |
encrypt_key | |||
) |
Initialize current certificate security handler.
[in] | encrypt_data | A certificate encrypt data object. In the encryption data, cipher type should not be SecurityHandler.e_CipherNone. |
[in] | encrypt_key | The key for encryption. For SecurityHandler.e_CipherRC4 cipher, the length of encryption key should be between 5 and 16. For SecurityHandler.e_CipherAES cipher, the length of encryption key should be 16 or 32. |